home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sun Solutions 2000 #2
/
Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO
/
products
/
Software
/
HPOpenViewBusinessUnit
/
_install
/
install.demosh
< prev
next >
Wrap
Text File
|
2000-02-24
|
526b
|
16 lines
#!/bin/sh
#windows:Software\HPOpenViewBusinessUnit\_install\vantagepoint.EXE
# currently company dir is manually placed-should change
COMPANY_DIR=$PRODUCT_DIR/Software/HPOpenViewBusinessUnit
export COMPANY_DIR
if [ $CDWARE_ENV = "Solaris_1" ];then
$OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
else
$OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
fi
exit 0